Dynamicweb 8 Documentation
GetTemplateExtenders<T>(Boolean) Method

Template extender base type.
Value indicating whether to ignore cached version of extenders.
Gets the list of template extenders of the specified type.
Syntax
'Declaration
 
Public Overloads Shared Function GetTemplateExtenders(Of T)( _
   ByVal ignoreCache As Boolean _ 
) As T()
public static T[] GetTemplateExtenders<T>( 
   bool ignoreCache 
)

Parameters

ignoreCache
Value indicating whether to ignore cached version of extenders.

Type Parameters

T
Template extender base type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddInManager Class
AddInManager Members
Overload List

Send Feedback